home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga News 95
/
Amiga News 95.iso
/
dpat
/
dpat20
/
installation.francais
< prev
next >
Wrap
AmigaDOS Script File
|
1992-12-26
|
3KB
|
83 lines
.key param
;here is DP Managing 3.0 script installation
;Author : David Scrève
;Version : 3.0
;Revision : 7.0
;Date : 92-12-22
;size : 2914 octets
; CopyRight David Scrève © 1992
; All Rights Reserved.
;Failat 20
;this script must be execute from DF0: with a complete OS 2.04
echo "Installation de DP Managing 3.0 dans : "<param>
echo "Copyright David Scrève © 1992"
echo "All Rights Reserved."
echo "Ce programme shareware. Son usage est prohibé si vous n'êtes pas"
echo "enregistré ou si vous ne l'avez pas obtenu par shareware compensé."
Ask "Voulez-vous continuer (Y/N) ?"
if WARN
Version >NIL: exec.library 37
If WARN
Echo "DP Managing nécessite un Kickstart V37 ou plus : installation impossible."
echo "Installation abandonnée..."
else
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version de reqtools.library déjà installée:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install version special Kickstart 2.0 de reqtools.library (38.810) ?"
If WARN
Copy ":libs/reqtools.library" LIBS:reqtools.library
Avail >NIL: FLUSH
Echo "*nreqtools.library (version pour 2.0) installée."
EndIf
Avail >NIL: FLUSH
cd "<param>"
makedir "DP Managing" >Nil:
copy df0:Icon/directory.info "DP Managing.info"
cd "DP Managing"
copy df0:muchmore c:muchmore
copy "df0:documentation/DP Managing.francais.info" "DP Managing.doc.info"
copy "df0:documentation/DP Managing.francais" "DP Managing.doc"
copy "df0:UserStyle.doc" "UserStyle.doc"
copy "df0:UserStyle.doc.info" "UserStyle.doc.info"
copy "df0:UpDate/3.0 UpDate.francais" "3.0 Update.doc"
copy "df0:UpDate/3.0 UpDate.francais.info" "3.0 UpDate.doc.info"
copy "df0:Icon/DPManaging_francais.info" "DP Managing.info"
makedir Adherent >Nil:
makedir Disque >Nil:
makedir Categorie >NIL:
makedir Tempdir >NIL:
cpu check 68020 >NIL:
if NOT WARN
echo "MC 68020 ou plus détecté."
Ask "On installe la version compilée pour 68020 (Y/N) ?"
if WARN
copy "DP Managing.info" "DP Managing 020.info"
delete >NIL: "DP Managing.info"
copy "df0:DPManaging 3.0-020" "DP Managing 020"
else
echo "Installation de la version compilée pou MC 68000..."
copy "df0:DPManaging 3.0" "DP Managing"
endif
else
echo "Pas de coprocesseur arithmétique MC 68020 détecté."
echo "Installation de la version compilée pou MC 68000..."
copy "df0:DPManaging 3.0" "DP Managing"
Endif
echo "Installation terminée."
Endif
else
echo "Installation abandonnée..."
endif